net/http.http2FrameWriteRequest.stream (field)
24 uses
net/http (current package)
h2_bundle.go#L4919: stream: stream,
h2_bundle.go#L5015: wr.stream.wroteHeaders = true
h2_bundle.go#L5017: if wr.stream.wroteHeaders {
h2_bundle.go#L5050: st := wr.stream
h2_bundle.go#L5112: st := wr.stream
h2_bundle.go#L5145: sc.closeStream(wr.stream, http2errHandlerPanicked)
h2_bundle.go#L6180: stream: rw.rws.stream,
h2_bundle.go#L6221: stream: st,
h2_bundle.go#L6244: stream: st,
h2_bundle.go#L6299: stream: st,
h2_bundle.go#L7028: stream: msg.parent,
h2_bundle.go#L10676: stream *http2stream
h2_bundle.go#L10687: if wr.stream == nil {
h2_bundle.go#L10697: return wr.stream.id
h2_bundle.go#L10703: return wr.stream == nil
h2_bundle.go#L10735: allowed := wr.stream.flow.available()
h2_bundle.go#L10739: if wr.stream.sc.maxFrameSize < allowed {
h2_bundle.go#L10740: allowed = wr.stream.sc.maxFrameSize
h2_bundle.go#L10746: wr.stream.flow.take(allowed)
h2_bundle.go#L10748: stream: wr.stream,
h2_bundle.go#L10762: stream: wr.stream,
h2_bundle.go#L10775: wr.stream.flow.take(int32(len(wd.p)))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |